PATCH
/
api-cart
/
cart-decoupled
/
{cartId}
/
orderNumber

Headers

x-site-context
string
required

The x-site-context header is a JSON object that contains information about the source you wish to pull from. The mandatory account is the 24 character identifier found in Copilot. The channel (Sales channel ID), stage (environment name), and date attributes can be used to further narrow the scope of your data source.

Path Parameters

cartId
string
required
Required string length: 24

Body

application/json
orderNumber
string
required
Required string length: 15

Response

200 - application/json
__v
number
_id
string
account
string
allPromosApplied
any[]
approver
string
attributes
any[]
cartId
number
createdAt
string
deleted
boolean
items
object[]
po
string
quantity
number
registeredUser
boolean
status
string
totalAmount
object
updatedAt
string

Was this page helpful?